<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*** 
	首页样式表
	color: #1957a4;
	color: #fc930d ;
	color: #376ae6;

 ***/

/* 首页板块 */
.index-column-box {
	padding: 80px 0;
}

/* 轮播图 */
.index-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-container-rtl .swiper-button-next {
	left: 1%;
	right: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-container-rtl .swiper-button-prev {
	right: 1%;
	left: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	border-radius: 3px;
	background-size: 24px auto;
	background-color: inherit;
}

.index-banner .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets {
	bottom: 5%;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets&gt;* {
	background: #fff;
}
.index-banner .swiper-slide img{width:100%;display:block;object-fit:none;}
/* 专注 */
.index-zhuanzhu-box {
	background: #f5f5f5;
	/* padding-top: 250px; */
	padding-top: 170px;
}

.zhuanzhu-bt {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #1957a4;
	margin-bottom: 35px;
}

.zhuanzhu-bt .info {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
}

.zhuanzhu-list {
	display: flex;
	justify-content: space-between;
}

.zhuanzhu-list .item {
	width: 23%;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 20px;
	transition: 0.5s;
}

.zhuanzhu-list .item:hover {
	box-shadow: 0 0 10px #666;
}

.zhuanzhu-list .item .text {
	width: 70%;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.zhuanzhu-list .item .text .info {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin: 15px 0 20px;
}

.zhuanzhu-list .item .text .btn {
	display: block;
	width: 7em;
	text-align: center;
	background: #fc930d;
	color: #fff;
	font-size: 12px;
	line-height: 2.25em;
	border-radius: 3px;
	transition: 0.5s;
}

.zhuanzhu-list .item .text .btn:hover {
	background: #1957A4;
}

.zhuanzhu-list .item .pic {
	width: 27%;
}

.zhuanzhu-list .item .pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.zhuanzhu-list .item:hover .pic img {
	transform: rotateY(360deg);
}

/* 产品展示 */
.index-cp-box {
	background: url(../images/cp-bg.jpg) no-repeat top center /cover;
}

.index-cp {
	display: flex;
	justify-content: space-between;
}

.cp-nav-box {
	background: #1957A4;
	width: 22%;
	padding: 10px;
}

.cp-nav-bt {
	color: #fff;
	text-align: center;
	padding: 25px 0;
	font-weight: bold;
	font-size: 24px;
}

.cp-nav-bt .info {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.7;
	margin-top: 5px;
}

.cp-nav-list {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
}

.cp-nav-list .item~.item {
	margin-top: 10px;
}

.cp-nav-list .item a {
	display: flex;
	padding: 0 15px;
	font-size: 16px;
	line-height: 3em;
	color: #333;
	background: #ededed;
	align-items: center;
	transition: 0.5s;
}

.cp-nav-list .item a:hover {
	background: #1957A4;
	color: #fff;
}

.cp-nav-list .item a i {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: solid 1px #1957A4;
	color: #1957A4;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	padding-left: 2px;
	margin-right: 10px;
}

.cp-nav-list .item a:hover i {
	color: #fff;
	transform: rotateX(360deg);
	border-color: #fff;
}

.cp-list {
	width: 75%;
}

.cp-list .item .box {
	display: block;
	position: relative;
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	text-align: center;
	background: #fff;
}

.cp-list .item .box:hover .text .title {
	color: #1957A4;
}

.cp-list .item .box .pic {
	padding-bottom: 100%;
}

.cp-list .item .box .pic-text {
	background: rgba(25, 87, 164, 0.8) url(../images/cp-item-bg.png) no-repeat center center / 85% 75%;
	position: absolute;
	left: 0%;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 14%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.5s;
}

.cp-list .item .box:hover .pic-text {
	opacity: 1;
	top: 0%;
}

.cp-list .item .box .pic-text .info {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7em;
	opacity: 0.7;
	margin: 15px 0 10px;
	text-align: left;
}

.cp-list .item .box .pic-text i {
	font-size: 14px;
	font-weight: normal;
}

.cp-list .item .box .text {
	padding: 15px;
}

/* 优势 */
/*.index-youshi-box {
	background: url(../images/youshi-bg.jpg) no-repeat top center /cover;
}

.youshi-title {
	display: flex;
	justify-content: space-between;
	background: url(../images/youshi-bt-bg.png) no-repeat top center;
	margin-bottom: 40px;
}

.youshi-title .left {
	width: 45.5%;
	text-align: right;
}

.youshi-title .left .title {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	letter-spacing: 4px;
}

.youshi-title .left .titleen {
	text-transform: uppercase;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
}

.youshi-title .right {
	width: 52%;
}

.youshi-title .right .title {
	font-weight: bold;
	font-size: 40px;
	line-height: 1em;
	height: 1em;
	letter-spacing: 12px;
}

.youshi-title .right .title span {
	color: #FC930D;
	font-family: 'num2';
	font-size: 50px;
}

.youshi-title .right .titleen {
	text-transform: uppercase;
	font-size: 34px;
	color: #1957A4;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 1px;
	padding-left: 60px;
}
*/
.index-youshi-box {
	background: url(../images/youshi-bg.jpg) no-repeat top center /cover;
}

.youshi-title {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
  align-items: center;
    flex-direction: column;
}
.youshi-title .title {
	font-weight: bold;
	font-size: 40px;
	line-height: 1em;
	height: 1em;
	letter-spacing: 12px;
}

.youshi-title .title span {
	color: #FC930D;
	font-family: 'num2';
	font-size: 50px;
}
.youshi-title .titleen {
	text-transform: uppercase;
	font-size: 34px;
	color: #1957A4;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 1px;
}
.index-youshi .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-youshi .item~.item {
	margin-top: 50px;
}

.index-youshi .item~.item:nth-child(2n) {
	flex-direction: row-reverse;
}

.index-youshi .item .pic {
	width: 50%;
}

.index-youshi .item .pic img {
	display: block;
	width: 100%;
}

.index-youshi .item .text {
	width: 46%;
}

.index-youshi .item .text .title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index-youshi .item .text .title .num {
	width: 89px;
	height: 103px;
	display: block;
	background: url(../images/youshi-icon.png) no-repeat top center;
	text-align: center;
	line-height: 103px;
	color: #fff;
	font-size: 50px;
	font-family: 'num2';
	margin-right: 20px;
	transition: 0.5s;
}

.index-youshi .item .text .title:hover .num {
	transform: rotateY(360deg);
}

.index-youshi .item .text .titlecn {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 5px;
}

.index-youshi .item .text .titlecn span {
	font-size: 30px;
	color: #1957A4;
	margin-right: 5px;
}

.index-youshi .item .text .titleen {
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
}

.index-youshi .item .text .info {
	font-size: 16px;
	line-height: 2em;
	color: #666;
}

/* 客户案例 */
.index-case-box {
	background: url(../images/cae-bg.jpg) no-repeat top center;
	height: 950px;
	position: relative;
	z-index: 1;
}

.index-case {
	width: 1260px;
}

.index-case .box {
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.index-case .box .pic {
	left: 30px;
	top: 0px;
	width: 40%;
	padding-bottom: 30%;
	z-index: 2;
	border: solid 10px #fff;
	box-shadow: 0 0 10px -5px #666;
}

.index-case .box .text {
	background: #fff;
	padding: 40px 40px 40px calc(40% + 80px);
	text-align: left;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.index-case .box .text .title {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

.index-case .box .text .info {
	font-size: 16px;
	line-height: 2em;
	color: #666;
	margin-bottom: 20px;
	height: 6em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-case .box .text .btn {
	color: #1957A4;
	font-size: 16px;
}

.index-case .swiper-button-white {
	background-color: #FC930D;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-top: -25px;
}

/* 公司简介 */
.index-about-box {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	margin-top: -400px;
}

.index-about {
	position: relative;
}


.index-about .left .about-bt {
	line-height: 100px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.index-about .left .about-bt span {
	text-transform: uppercase;
	font-size: 45px;
	opacity: 0.3;
	margin-right: 10px;
}

.index-about .left .text {
	padding: 50px;
	padding-right: 700px;
	background: #fff;
}

.index-about .left .title {
	font-size: 24px;
	font-weight: bold;
}

.index-about .left .titleen {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
}

.index-about .left .info {
	font-size: 16px;
	line-height: 2em;
	margin: 20px 0;
	text-indent: 2em;
	color: #666;
}

.index-about .left .btn {
	background: #1957A4;
	display: block;
	width: 8em;
	padding: 0 2em;
	line-height: 2.5em;
	border-radius: 2.5em;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
}

.index-about .pic {
	position: absolute;
	width: 600px;
	top: 0;
	right: 80px;
	box-shadow: 0 0 10px #666;
	border-radius: 10px;
	border: solid 10px #fff;
	overflow: hidden;
}

.index-about .pic img {
	display: block;
	width: 100%;
}

/* 新闻资讯 */
.index-news-box {
	position: relative;
	z-index: 1;
}

.index-news {
	display: flex;
	justify-content: space-between;
}

.hot-news {
	width: 48%;
	display: flex;
	justify-content: space-between;
}

.hot-news .item {
	width: 48%;
}

.hot-news .item .box {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	transition: 0.5s;
	border: solid 1px #ccc;
}

.hot-news .item .box:hover .title {
	color: #1957A4;
}

.hot-news .item .box .text {
	padding: 25px;
}

.hot-news .item .box .text .info {
	font-size: 16px;
	font-weight: normal;
	opacity: 0.7;
	line-height: 1.7em;
	margin: 15px 0 20px;
}

.hot-news .item .box .text .time {
	font-size: 16px;
	font-weight: normal;
	opacity: 0.7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hot-news .item .box .text .time p+p {
	color: #1957A4;
}

.hot-news .item .pic {
	padding-bottom: 75%;
}

.news-list {
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
	border: solid 1px #ccc;
	width: 47%;
}

.news-list .line {
	height: 1px;
	background: #ccc;
}

.news-list .item .box {
	font-size: 18px;
	/* padding: 20px; */
	padding: 38px 20px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.news-list .item:nth-child(3) .box {
	border: 0;
}

.news-list .item .box:hover .title {
	color: #1957A4;
}

.news-list .item .box .time {
	font-family: 'num2';
	font-size: 36px;
	color: #333;
	text-align: center;
	width: 15%;
}

.news-list .item .box .time p {
	font-size: 18px;
	font-weight: normal;
	opacity: 0.7;
}

.news-list .item .box .text {
	width: 82%;
}

.news-list .item .box .text .info {
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 5px;
	opacity: 0.7;
	font-weight: normal;
}

.index-case .swiper-prev {
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../images/icon_left.png) no-repeat center center;
	background-size: 36px 36px;
	z-index: 9;
	background-color: #FC930D;
}

.index-case .swiper-next {
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/icon_right.png) no-repeat center center;
	background-size: 36px 36px;
	z-index: 9;
	background-color: #FC930D;
}

.hot-news .info {
	height: 6.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list .info {
	height: 3.4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width:1550px){
	.index-banner .swiper-slide img{object-fit:fill;}
 }</pre></body></html>